home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204inc_h.lzh / devices / input.h < prev    next >
C/C++ Source or Header  |  1991-03-14  |  691b  |  29 lines

  1. #ifndef DEVICES_INPUT_H
  2. #define DEVICES_INPUT_H
  3. /*
  4. **    $Filename: devices/input.h $
  5. **    $Release: 2.04 $
  6. **    $Revision: 36.0 $
  7. **    $Date: 90/05/01 $
  8. **
  9. **    input device command definitions
  10. **
  11. **    (C) Copyright 1985,1986,1987,1988,1989 Commodore-Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14.  
  15. #ifndef        EXEC_IO_H
  16. #include "exec/io.h"
  17. #endif
  18.  
  19. #define     IND_ADDHANDLER       (CMD_NONSTD+0)
  20. #define     IND_REMHANDLER       (CMD_NONSTD+1)
  21. #define     IND_WRITEEVENT       (CMD_NONSTD+2)
  22. #define     IND_SETTHRESH       (CMD_NONSTD+3)
  23. #define     IND_SETPERIOD       (CMD_NONSTD+4)
  24. #define     IND_SETMPORT       (CMD_NONSTD+5)
  25. #define     IND_SETMTYPE       (CMD_NONSTD+6)
  26. #define     IND_SETMTRIG       (CMD_NONSTD+7)
  27.  
  28. #endif    /* DEVICES_INPUT_H */
  29.